-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement transfer_from
and decrease_allowance
#118
feat: implement transfer_from
and decrease_allowance
#118
Conversation
transfer_from
and decrease_allowance
transfer_from
and decrease_allowance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify non-impacted code due to reformatting
Could you please use the old formatting |
…transfer-decrease
9d2276c
to
a8c4bb5
Compare
@@ -367,6 +403,69 @@ fn transfer_works() { | |||
}); | |||
} | |||
|
|||
#[test] | |||
fn transfer_from_works() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add test situations for AssetNotLive
. See other tests how to (freeze and destroy)
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
…transfer-decrease
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
Co-authored-by: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com>
This should be waited for review until #113 is approved |
…transfer-decrease
Parent PR: #113
ISSUE: #104
Original wasm size: 30.7K, Optimized: 7.2K
Tasks
transfer_from
pallet-api
implementationdecrease_allowance
pallet-api
implementation